Skip to main content

Style

Description

The Style property adds special characteristics to characters that use the font. Style is a set containing zero or more values from the following:

ValueMeaning
fsBoldThe font is boldfaced
fsItallicThe font is italicized
fsUnderlineThe font is underlined
fsStrikeOutThe font is displayed with a horizontal line through it
fmCondensedThe font is condensed
fmUpwardDirection of text is upward
fmDownwardDirection of text is downward

Syntax

type

TmvFontStyles = set of (fmBold, fmItalic, fmUnderline, fmStrikeOut,

fmCondensed, fmUpward, fmDownward);



property Style: TmvFontStyles